home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / begman.lha / begmanual / begman066.ps < prev    next >
Text File  |  1992-02-14  |  15KB  |  780 lines

  1. %!PS-Adobe-2.0
  2. %%Title: (null)
  3. %%Creator: emmel
  4. %%CreationDate: Wed Dec  4 10:41:11 1991
  5. %%Pages: 0
  6. %%BoundingBox: 18 2.88 426.895 525.161
  7. %%EndComments
  8. /draw_initial_state save def
  9. /displaylistdict 80 dict def
  10. displaylistdict begin
  11.  
  12. %% catch nocurrentpoint error for:
  13. %% pathbbox
  14.     /ncpoint errordict /nocurrentpoint get def
  15.     errordict begin
  16.     /nocurrentpoint
  17.     {
  18.     dup /pathbbox load eq
  19.     { pop 0 0 1 1 }
  20.     { ncpoint }
  21.     ifelse
  22.     } bind def
  23.     end
  24.  
  25.     /m {moveto} bind def
  26.     /l {lineto} bind def
  27.  
  28. %% pattern stuff
  29.     /BPSIDE 32 def    %% pixels per pattern side
  30.     /PATFREQ 3.0 def    %% pattern pixels per mm
  31.  
  32.     /drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
  33.     /drawpat_pw BPSIDE def    %% pattern pixel width
  34.     /drawpat_ph BPSIDE def    %% pattern pixel height
  35.     /drawpat_w drawpat_pw PATFREQ div def    %% pattern mm width
  36.     /drawpat_h drawpat_ph PATFREQ div def    %% pattern mm height
  37.     /drawpat_bs 1 def        %% pattern bits per pixel
  38.  
  39.     /topmat matrix def
  40.     /patmat matrix def
  41.  
  42.     /start_display_list
  43.     {    
  44.     0    setlinecap
  45.     10    setmiterlimit
  46.     } bind def
  47.  
  48.     /patpath {
  49.     topmat setmatrix
  50.     pathbbox    %% get lo - hi indecies
  51.     /hy exch drawpat_h div floor cvi def
  52.     /hx exch drawpat_w div floor cvi def
  53.     /ly exch drawpat_h div floor cvi def
  54.     /lx exch drawpat_w div floor cvi def
  55.     lx 1 hx {
  56.         drawpat_w mul
  57.         ly 1 hy {
  58.         drawpat_h mul
  59.         exch dup 3 1 roll exch
  60.         patmat currentmatrix pop
  61.         translate
  62.         drawpat_pw drawpat_ph drawpat_bs
  63.         drawpat_mat drawpat_proc image
  64.         patmat setmatrix
  65.         } for
  66.         pop
  67.     } for
  68.     } bind def
  69.  
  70.     /saveCurrentPoint
  71.     {
  72.     currentpoint /cpy exch def /cpx exch def
  73.     } bind def
  74.  
  75.     /restoreCurrentPoint
  76.     {
  77.     cpx cpy moveto
  78.     } bind def
  79.     /r {rmoveto} bind def
  80.     /sp {x 0 rmoveto} bind def
  81.     /rl {rlineto} bind def
  82.     /onelet 1 string def
  83.  
  84. %% show a string
  85.     /s {
  86.         complex_color
  87.         {
  88.         {
  89.             onelet exch 0 exch put
  90.             gsave
  91.             onelet true charpath
  92.             clip patpath
  93.             grestore
  94.             onelet stringwidth rmoveto
  95.         } forall
  96.         }
  97.         { show }
  98.         ifelse
  99.     } bind def
  100.  
  101.     /box { newpath m l l l closepath } bind def
  102.     /pix_to_units { 144 300 div mul } bind def
  103.     /apix_to_units { 144 exch div mul } bind def
  104.  
  105.     /reencode_small_dict 12 dict def
  106.     /ReencodeSmall {
  107.     reencode_small_dict begin
  108.     /new_codes_and_names exch def
  109.     /new_font_name exch def
  110.     /base_font_name exch def
  111.  
  112.     /base_font_dict base_font_name findfont def
  113.     /newfont base_font_dict maxlength dict def
  114.  
  115.     base_font_dict {
  116.         exch dup /FID ne
  117.         { dup /Encoding eq
  118.             { exch dup length array copy newfont 3 1 roll put }
  119.             { exch newfont 3 1 roll put }
  120.             ifelse
  121.         }
  122.         { pop pop }
  123.         ifelse
  124.     } forall
  125.  
  126.     newfont /FontName new_font_name put
  127.     new_codes_and_names aload pop
  128.  
  129.     new_codes_and_names length 2 idiv
  130.     { newfont /Encoding get 3 1 roll put }
  131.     repeat
  132.  
  133.     new_font_name newfont definefont pop
  134.     end     %%reencode_small_dict
  135.     } def
  136.  
  137.     /extended_Zapf [
  138.     8#223 /a89
  139.     8#224 /a90
  140.     8#225 /a93
  141.     8#226 /a94
  142.     8#227 /a91
  143.     8#230 /a92
  144.     8#231 /a205
  145.     8#232 /a85
  146.     8#233 /a206
  147.     8#234 /a86
  148.     8#235 /a87
  149.     8#236 /a88
  150.     8#237 /a95
  151.     8#240 /a96
  152.     ] def
  153.  
  154.     /extended_Standard [
  155.     128 /Acircumflex
  156.     129 /Adieresis
  157.     130 /Agrave
  158.     131 /Aring
  159.     132 /Atilde
  160.     133 /Ccedilla
  161.     134 /Eacute
  162.     135 /Ecircumflex
  163.     136 /Edieresis
  164.     137 /Egrave
  165.     138 /Iacute
  166.     139 /Icircumflex
  167.     140 /Idieresis
  168.     141 /Igrave
  169.     142 /Ntilde
  170.     143 /Oacute
  171.     144 /Ocircumflex
  172.     145 /Odieresis
  173.     146 /Ograve
  174.     147 /Otilde
  175.     148 /Scaron
  176.     149 /Uacute
  177.     150 /Ucircumflex
  178.     151 /Udieresis
  179.     152 /Ugrave
  180.     153 /Ydieresis
  181.     154 /Zcaron
  182.     155 /aacute
  183.     156 /acircumflex
  184.     157 /adieresis
  185.     158 /agrave
  186.     159 /aring
  187.     160 /atilde
  188.     209 /ccedilla
  189.     210 /copyright
  190.     211 /eacute
  191.     212 /ecircumflex
  192.     213 /edieresis
  193.     214 /egrave
  194.     215 /iacute
  195.     216 /icircumflex
  196.     217 /idieresis
  197.     218 /igrave
  198.     219 /logicalnot
  199.     220 /minus
  200.     221 /ntilde
  201.     222 /oacute
  202.     223 /ocircumflex
  203.     224 /odieresis
  204.     228 /ograve
  205.     229 /otilde
  206.     230 /registered
  207.     231 /scaron
  208.     236 /trademark
  209.     237 /uacute
  210.     238 /ucircumflex
  211.     239 /udieresis
  212.     240 /ugrave
  213.     242 /ydieresis
  214.     243 /zcaron
  215.     244 /Aacute
  216.     ] def
  217.  
  218.     /extended_Symbol [
  219.     ] def
  220.  
  221.     /extend_font {  %% stack: fontname newfontname
  222.     exch dup (ZapfDingbats) eq
  223.         { cvn exch cvn extended_Zapf ReencodeSmall }
  224.         { dup (Symbol) eq
  225.         { cvn exch cvn extended_Symbol ReencodeSmall }
  226.         { cvn exch cvn extended_Standard ReencodeSmall }
  227.         ifelse
  228.         }
  229.     ifelse
  230.     } bind def
  231.  
  232.     /getfont {
  233.     /f exch def f cvn where
  234.     { begin f cvx cvn exec setfont end }
  235.     { f 0 f length 3 sub getinterval (LocalFont) extend_font
  236.         /LocalFont findfont
  237.         /sz f f length 3 sub 3 getinterval cvi def
  238.         [ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
  239.         setfont
  240.     }
  241.     ifelse
  242.     } bind def
  243.  
  244.     /ul { %% space drop thickness
  245.     gsave currentpoint currentlinewidth 
  246.     currentpoint newpath moveto 6 -3 roll 
  247.     setlinewidth 0 exch r
  248.     0 rl stroke setlinewidth m
  249.     grestore 
  250.     } bind def
  251.  
  252.     /ss { currentpoint pop exch m } bind def
  253.  
  254.     /image_raster { %% sw sh dw dh xs ys
  255.     translate scale /sh exch def /sw exch def
  256.     /imagebuf sw 7 add 8 idiv string def
  257.     sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
  258.     image
  259.     } bind def
  260.  
  261.     /leader_insert 
  262.     { 
  263.     /str exch def /sp1 exch def 
  264.     -1 0 { pop sp1 0 str ashow } for
  265.     } bind def
  266.  
  267.     /nx { /x exch def } bind def
  268.     0. nx
  269. %%EndProlog
  270.  
  271. %%Page: 1 1
  272. gsave 2.83465 -2.83465 scale
  273. saveCurrentPoint newpath restoreCurrentPoint
  274. 144.249 0 rlineto
  275. 0 184.249 rlineto
  276. -144.249 0 rlineto
  277. closepath clip
  278. -7.8754 -7.8754 rmoveto
  279. currentpoint translate
  280. topmat currentmatrix pop
  281. start_display_list
  282.  
  283. % polyline2
  284. 0 setlinejoin
  285. 0.2492 setlinewidth
  286. 0 setgray
  287. gsave
  288. newpath 8 156 m
  289. 152 156 l
  290. stroke
  291. grestore
  292.  
  293. % text
  294. /complex_color false def
  295. matrix currentmatrix [1 0 0 1 12 12.143] concat
  296. 25.4 144 div dup scale 0 0 m
  297. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (4:) s sp
  298. setmatrix
  299.  
  300. % text
  301. /complex_color false def
  302. matrix currentmatrix [1.00001 0 0 1 55.7221 14.9828] concat
  303. 25.4 144 div dup scale 0 0 m
  304. 18 ss 0.000 18.000 m (Times-Roman024) getfont (*) s
  305. setmatrix
  306.  
  307. % rfrm
  308. 2 setlinejoin
  309. gsave
  310. % 4 arcs
  311. matrix currentmatrix
  312. 60.8754 17.1246 translate
  313. 3 3 scale
  314. newpath 0 0 1 0 90 arc setmatrix
  315. matrix currentmatrix
  316. 52.8754 17.1246 translate
  317. 3 3 scale
  318. 0 0 1 90 180 arc setmatrix
  319. matrix currentmatrix
  320. 52.8754 17.1246 translate
  321. 3 3 scale
  322. 0 0 1 180 270 arc setmatrix
  323. matrix currentmatrix
  324. 60.8754 17.1246 translate
  325. 3 3 scale
  326. 0 0 1 270 0 arc setmatrix
  327. closepath
  328. stroke
  329. grestore
  330.  
  331. % polyline2
  332. % arrow
  333. gsave
  334. newpath 69.9309 28.1037 m 66.6283 27.203 l 67.8292 25.4015 l closepath
  335. eofill
  336. grestore
  337. 0 setlinejoin
  338. gsave
  339. newpath 57.9309 20.1037 m
  340. 67.2287 26.3023 l
  341. stroke
  342. grestore
  343.  
  344. % polyline2
  345. % arrow
  346. gsave
  347. newpath 43.9309 28.1037 m 46.0326 25.4015 l 47.2336 27.203 l closepath
  348. eofill
  349. grestore
  350. gsave
  351. newpath 55.9309 20.1037 m
  352. 46.6331 26.3023 l
  353. stroke
  354. grestore
  355.  
  356. % polyline2
  357. gsave
  358. newpath 8 62 m
  359. 152 62 l
  360. stroke
  361. grestore
  362.  
  363. % polyline2
  364. % arrow
  365. gsave
  366. newpath 116 23.3271 m 110.5 25.1604 l 110.5 21.4938 l closepath
  367. eofill
  368. grestore
  369. 1 setlinewidth
  370. gsave
  371. newpath 100 23.3271 m
  372. 110.5 23.3271 l
  373. stroke
  374. grestore
  375.  
  376. % text
  377. /complex_color false def
  378. matrix currentmatrix [0.999999 0 0 1 65.4069 29.3365] concat
  379. 25.4 144 div dup scale 0 0 m
  380. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  381. setmatrix
  382.  
  383. % irpoly2
  384. 0.2492 setlinewidth
  385. gsave
  386. newpath 64.1246 28.1246 m
  387. 80.6694 28.1246 l
  388. 80.6694 34.7749 l
  389. 64.1246 34.7749 l
  390. closepath
  391. stroke
  392. grestore
  393.  
  394. % text
  395. /complex_color false def
  396. matrix currentmatrix [1.00001 0 0 0.999995 126.166 21.2823] concat
  397. 25.4 144 div dup scale 0 0 m
  398. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
  399. setmatrix
  400.  
  401. % irpoly2
  402. gsave
  403. newpath 124.125 20.1246 m
  404. 140.669 20.1246 l
  405. 140.669 26.7749 l
  406. 124.125 26.7749 l
  407. closepath
  408. stroke
  409. grestore
  410.  
  411. % text
  412. /complex_color false def
  413. matrix currentmatrix [0.999995 0 0 0.999998 35.4065 29.3365] concat
  414. 25.4 144 div dup scale 0 0 m
  415. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  416. setmatrix
  417.  
  418. % irpoly2
  419. gsave
  420. newpath 34.1246 28.1246 m
  421. 50.6686 28.1246 l
  422. 50.6686 34.7749 l
  423. 34.1246 34.7749 l
  424. closepath
  425. stroke
  426. grestore
  427.  
  428. % text
  429. /complex_color false def
  430. matrix currentmatrix [0.999999 0 0 0.999999 32 44] concat
  431. 25.4 144 div dup scale 0 0 m
  432. 18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
  433. sp (MR) s sp sp sp sp sp sp (Double,Register2) s
  434. setmatrix
  435.  
  436. % text
  437. /complex_color false def
  438. matrix currentmatrix [1 0 0 1 44 52] concat
  439. 25.4 144 div dup scale 0 0 m
  440. 18 ss 0.000 18.000 m 6.000 nx sp (Times-Roman024) getfont (Register1) s sp (has) s
  441. sp (to) s sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
  442. setmatrix
  443.  
  444. % text
  445. /complex_color false def
  446. matrix currentmatrix [0.999999 0 0 0.999999 12 68.143] concat
  447. 25.4 144 div dup scale 0 0 m
  448. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (5:) s sp
  449. setmatrix
  450.  
  451. % text
  452. /complex_color false def
  453. matrix currentmatrix [1.00001 0 0 1 55.7221 70.9828] concat
  454. 25.4 144 div dup scale 0 0 m
  455. 18 ss 0.000 18.000 m (Times-Roman024) getfont (/) s
  456. setmatrix
  457.  
  458. % rfrm
  459. 2 setlinejoin
  460. gsave
  461. % 4 arcs
  462. matrix currentmatrix
  463. 60.8754 73.1246 translate
  464. 3 3 scale
  465. newpath 0 0 1 0 90 arc setmatrix
  466. matrix currentmatrix
  467. 52.8754 73.1246 translate
  468. 3 3 scale
  469. 0 0 1 90 180 arc setmatrix
  470. matrix currentmatrix
  471. 52.8754 73.1246 translate
  472. 3 3 scale
  473. 0 0 1 180 270 arc setmatrix
  474. matrix currentmatrix
  475. 60.8754 73.1246 translate
  476. 3 3 scale
  477. 0 0 1 270 0 arc setmatrix
  478. closepath
  479. stroke
  480. grestore
  481.  
  482. % polyline2
  483. % arrow
  484. gsave
  485. newpath 69.9309 84.1037 m 66.6283 83.203 l 67.8292 81.4015 l closepath
  486. eofill
  487. grestore
  488. 0 setlinejoin
  489. gsave
  490. newpath 57.9309 76.1037 m
  491. 67.2287 82.3023 l
  492. stroke
  493. grestore
  494.  
  495. % polyline2
  496. % arrow
  497. gsave
  498. newpath 43.9309 84.1037 m 46.0326 81.4015 l 47.2336 83.203 l closepath
  499. eofill
  500. grestore
  501. gsave
  502. newpath 55.9309 76.1037 m
  503. 46.6331 82.3023 l
  504. stroke
  505. grestore
  506.  
  507. % polyline2
  508. gsave
  509. newpath 8 118 m
  510. 152 118 l
  511. stroke
  512. grestore
  513.  
  514. % polyline2
  515. % arrow
  516. gsave
  517. newpath 116 79.3271 m 110.5 81.1604 l 110.5 77.4938 l closepath
  518. eofill
  519. grestore
  520. 1 setlinewidth
  521. gsave
  522. newpath 100 79.3271 m
  523. 110.5 79.3271 l
  524. stroke
  525. grestore
  526.  
  527. % text
  528. /complex_color false def
  529. matrix currentmatrix [0.999999 0 0 0.999999 65.4069 85.3365] concat
  530. 25.4 144 div dup scale 0 0 m
  531. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  532. setmatrix
  533.  
  534. % irpoly2
  535. 0.2492 setlinewidth
  536. gsave
  537. newpath 64.1246 84.1246 m
  538. 80.6694 84.1246 l
  539. 80.6694 90.7749 l
  540. 64.1246 90.7749 l
  541. closepath
  542. stroke
  543. grestore
  544.  
  545. % text
  546. /complex_color false def
  547. matrix currentmatrix [0.999999 0 0 0.999999 36.1655 85.2823] concat
  548. 25.4 144 div dup scale 0 0 m
  549. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
  550. setmatrix
  551.  
  552. % irpoly2
  553. gsave
  554. newpath 34.1246 84.1246 m
  555. 50.6694 84.1246 l
  556. 50.6694 90.7749 l
  557. 34.1246 90.7749 l
  558. closepath
  559. stroke
  560. grestore
  561.  
  562. % text
  563. /complex_color false def
  564. matrix currentmatrix [0.999999 0 0 0.999999 125.407 77.3365] concat
  565. 25.4 144 div dup scale 0 0 m
  566. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  567. setmatrix
  568.  
  569. % irpoly2
  570. gsave
  571. newpath 124.125 76.1246 m
  572. 140.669 76.1246 l
  573. 140.669 82.7749 l
  574. 124.125 82.7749 l
  575. closepath
  576. stroke
  577. grestore
  578.  
  579. % text
  580. /complex_color false def
  581. matrix currentmatrix [0.999999 0 0 0.999999 32 100] concat
  582. 25.4 144 div dup scale 0 0 m
  583. 18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
  584. sp (DR) s sp sp sp sp sp sp (Double,Register2) s
  585. setmatrix
  586.  
  587. % text
  588. /complex_color false def
  589. matrix currentmatrix [1 0 0 1 44 108] concat
  590. 25.4 144 div dup scale 0 0 m
  591. 18 ss 0.000 18.000 m 6.000 nx sp (Times-Roman024) getfont (Register1) s sp (has) s
  592. sp (to) s sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
  593. setmatrix
  594.  
  595. % text
  596. /complex_color false def
  597. matrix currentmatrix [1 0 0 1 116 100] concat
  598. 25.4 144 div dup scale 0 0 m
  599. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (20;) s
  600. setmatrix
  601.  
  602. % text
  603. /complex_color false def
  604. matrix currentmatrix [1 0 0 1 116 44] concat
  605. 25.4 144 div dup scale 0 0 m
  606. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (10;) s
  607. setmatrix
  608.  
  609. % irpoly2
  610. gsave
  611. newpath 8 8 m
  612. 152 8 l
  613. 152 192 l
  614. 8 192 l
  615. closepath
  616. stroke
  617. grestore
  618.  
  619. % polyline2
  620. % arrow
  621. gsave
  622. newpath 116 127.327 m 110.5 129.16 l 110.5 125.494 l closepath
  623. eofill
  624. grestore
  625. 1 setlinewidth
  626. gsave
  627. newpath 100 127.327 m
  628. 110.5 127.327 l
  629. stroke
  630. grestore
  631.  
  632. % text
  633. /complex_color false def
  634. matrix currentmatrix [0.999998 0 0 1 12 124] concat
  635. 25.4 144 div dup scale 0 0 m
  636. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (6:) s sp
  637. setmatrix
  638.  
  639. % text
  640. /complex_color false def
  641. matrix currentmatrix [1 0 0 1 52.1655 125.282] concat
  642. 25.4 144 div dup scale 0 0 m
  643. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
  644. setmatrix
  645.  
  646. % irpoly2
  647. 0.2492 setlinewidth
  648. gsave
  649. newpath 50.1246 124.125 m
  650. 66.6694 124.125 l
  651. 66.6694 130.775 l
  652. 50.1246 130.775 l
  653. closepath
  654. stroke
  655. grestore
  656.  
  657. % text
  658. /complex_color false def
  659. matrix currentmatrix [1 0 0 1 123.407 125.337] concat
  660. 25.4 144 div dup scale 0 0 m
  661. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  662. setmatrix
  663.  
  664. % irpoly2
  665. gsave
  666. newpath 122.125 124.125 m
  667. 138.669 124.125 l
  668. 138.669 130.775 l
  669. 122.125 130.775 l
  670. closepath
  671. stroke
  672. grestore
  673.  
  674. % text
  675. /complex_color false def
  676. matrix currentmatrix [1 0 0 1 32 136] concat
  677. 25.4 144 div dup scale 0 0 m
  678. 18 ss 0.000 18.000 m 6.000 nx sp sp sp sp sp sp sp sp sp sp sp sp
  679. (Times-Roman024) getfont (no) s sp (code) s sp (produced) s
  680. setmatrix
  681.  
  682. % text
  683. /complex_color false def
  684. matrix currentmatrix [1 0 0 1 46 144] concat
  685. 25.4 144 div dup scale 0 0 m
  686. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s 6.000 nx sp (has) s sp (to) s
  687. sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
  688. setmatrix
  689.  
  690. % polyline2
  691. % arrow
  692. gsave
  693. newpath 116 165.327 m 110.5 167.16 l 110.5 163.494 l closepath
  694. eofill
  695. grestore
  696. 1 setlinewidth
  697. gsave
  698. newpath 100 165.327 m
  699. 110.5 165.327 l
  700. stroke
  701. grestore
  702.  
  703. % text
  704. /complex_color false def
  705. matrix currentmatrix [0.999998 0 0 1 12 162] concat
  706. 25.4 144 div dup scale 0 0 m
  707. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (7:) s sp
  708. setmatrix
  709.  
  710. % text
  711. /complex_color false def
  712. matrix currentmatrix [1 0 0 1 124.166 163.282] concat
  713. 25.4 144 div dup scale 0 0 m
  714. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
  715. setmatrix
  716.  
  717. % irpoly2
  718. 0.2492 setlinewidth
  719. gsave
  720. newpath 122.125 162.125 m
  721. 138.669 162.125 l
  722. 138.669 168.775 l
  723. 122.125 168.775 l
  724. closepath
  725. stroke
  726. grestore
  727.  
  728. % text
  729. /complex_color false def
  730. matrix currentmatrix [1 0 0 1 51.4065 163.337] concat
  731. 25.4 144 div dup scale 0 0 m
  732. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  733. setmatrix
  734.  
  735. % irpoly2
  736. gsave
  737. newpath 50.125 162.125 m
  738. 66.669 162.125 l
  739. 66.669 168.775 l
  740. 50.125 168.775 l
  741. closepath
  742. stroke
  743. grestore
  744.  
  745. % text
  746. /complex_color false def
  747. matrix currentmatrix [1 0 0 1 32 174] concat
  748. 25.4 144 div dup scale 0 0 m
  749. 18 ss 0.000 18.000 m 6.000 nx sp sp (Times-Roman024) getfont (for) s sp sp sp sp
  750. sp sp (SRDA) s sp sp sp sp (Double,32) s sp
  751. setmatrix
  752.  
  753. % text
  754. /complex_color false def
  755. matrix currentmatrix [1 0 0 1 46 182] concat
  756. 25.4 144 div dup scale 0 0 m
  757. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s 6.000 nx sp (has) s sp (to) s
  758. sp (be) s sp (the) s sp (even) s sp (part) s sp (of) s sp (Double.) s
  759. setmatrix
  760.  
  761. % text
  762. /complex_color false def
  763. matrix currentmatrix [1 0 0 1 116 174] concat
  764. 25.4 144 div dup scale 0 0 m
  765. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (3;) s
  766. setmatrix
  767.  
  768. % text
  769. /complex_color false def
  770. matrix currentmatrix [1 0 0 1 116 136] concat
  771. 25.4 144 div dup scale 0 0 m
  772. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (0;) s
  773. setmatrix
  774. grestore
  775.  
  776. %%Trailer
  777. end
  778. draw_initial_state restore
  779.  
  780.